public PropertyDescriptor[] getPropertyDescriptors() {
return new PropertyDescriptor[]{this.createPropertyDescriptor("accessibleContext", new Object[]{"shortDescription", "accessibleContext"}), this.createPropertyDescriptor("rootPane", new Object[]{"bound", Boolean.FALSE, "hidden", Boolean.TRUE, "shortDescription", "the RootPane object for this applet."}), this.createPropertyDescriptor("layeredPane", new Object[]{"bound", Boolean.FALSE, "hidden", Boolean.TRUE, "shortDescription", "The pane which holds the various applet layers."}), this.createPropertyDescriptor("JMenuBar", new Object[]{"bound", Boolean.FALSE, "hidden", Boolean.TRUE, "shortDescription", "The menubar for accessing pulldown menus from this applet."}), this.createPropertyDescriptor("glassPane", new Object[]{"bound", Boolean.FALSE, "hidden", Boolean.TRUE, "shortDescription", "A transparent pane used for menu rendering."}), this.createPropertyDescriptor("contentPane", new Object[]{"bound", Boolean.FALSE, "hidden", Boolean.TRUE, "shortDescription", "The client area of the applet where child components are normally inserted."})};